Package com.cisco.pt.ipc.events
Class VLANManagerEventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.VLANManagerEventRegistry
An event for the IPC's VLANManagerEventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<VLANManagerEventListener>protected Map<String,Set<VLANManagerEventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(VLANManagerEventListener listener) voidaddListener(VLANManagerEventListener listener, VLANManager objClass) voidaddListenerFiltered(VLANManagerEventListener listener, List<String> events) voidaddSpecificListenerFiltered(VLANManagerEventListener listener, VLANManager objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidremoveListener(VLANManagerEventListener listener) voidremoveListener(VLANManagerEventListener listener, VLANManager objClass) voidremoveListenerFiltered(VLANManagerEventListener listener, List<String> events) voidremoveSpecificListenerFiltered(VLANManagerEventListener listener, VLANManager objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
VLANManagerEventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
public void addListenerFiltered(VLANManagerEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(VLANManagerEventListener listener, VLANManager objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(VLANManagerEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(VLANManagerEventListener listener, VLANManager objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
- Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
public void removeListener(VLANManagerEventListener listener, VLANManager objClass) throws IOException - Throws:
IOException
-